home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000027_crash!kirk.safb.af.mil!BWILLS_Tue, 8 Jun 93 08:02:39 PST.msg < prev    next >
Text File  |  1993-08-31  |  2KB  |  43 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Tue, 8 Jun 93 08:02:39 PST
  3. Received: from kirk.safb.af.mil by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0o342g-0000kIC; Tue, 8 Jun 93 06:48 PDT
  5. Message-Id: <m0o342g-0000kIC@crash.cts.com>
  6. Date: 8 Jun 93 08:46:00 CST
  7. From: "Barry D. Wills" <BWILLS@kirk.safb.af.mil>
  8. To: "amigae" <amigae@bkhouse.cts.com>
  9. Subject: re:  How do you use E?
  10.  
  11. I have used E in three small projects to date:
  12.  
  13. 1.  Fill, a file-copy program primarily intended for use as a hard-drive-
  14. to-floppy utility, which copies files using a best-fit algorithm so that
  15. there is the least possible amount of wasted storage.  Files are left whole,
  16. not split.  (This was distibuted before I realized there was such an avid
  17. interest in E source code, so the source will be included with the next
  18. release.  It may be especially interesting because it computes DOS overhead
  19. on OFS floppies.  Let me know if you can't wait for the next release, I'll
  20. mail it to the list.)  Latest version is 0.11b.
  21.  
  22. 2.  EPP, which I've come to find has a few fans out there.  This E
  23. Preprocessor lends modularity to E V2.1b.  I wrote it for me, and released
  24. it to the net at the recommendation of a friend.  Latest version is 0.13b.
  25.  
  26. 3.  Fish2HT, which is really a package of three easy-to-use utilities that
  27. eat FishXrefs and FishCons and spit out Amigaguide docs.  Latest version is
  28. 0.10b.
  29.  
  30.  
  31. What I have in the making:
  32.  
  33. 1.  A simple game I'm using to teach myself Amiga graphics and animation.
  34. That's why I need E or C code that shows bob usage.  With the books I have
  35. I'd have to do a lot of digging.  I'd rather learn by example.  Sprites were
  36. easy.  If anyone wants to see some sprite code, let me know.
  37.  
  38. 2.  I'll probably come up with some E tools and examples along the way,
  39. which I'll be posting.
  40.  
  41. I know not where I'll go from there...
  42.  
  43. -- Barry